Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / GetResults Method

In This Topic
    GetResults Method (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Returns the results of the action.
    Syntax
    'Declaration
     
    Function GetResults() As TResult
    TResult GetResults()
    See Also